sun50i: h6: Fix Beelink GS1 board config
authorClément Péron <[email protected]>
Tue, 14 May 2019 18:26:33 +0000 (20:26 +0200)
committerJagan Teki <[email protected]>
Mon, 20 May 2019 16:54:54 +0000 (22:24 +0530)
SPL_TEXT_BASE has been moved to Kconfig with commit:
f89d6133ee configs: move CONFIG_SPL_TEXT_BASE to Kconfig

But Beelink GS1 config file has been introduced in the
same time without this modification.

Fix this by settings the CONFIG_SPL_TEXT_BASE

Suggested-by: Jonas Smedegaard <[email protected]>
Signed-off-by: Clément Péron <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
configs/beelink_gs1_defconfig

index ef4dd2954911f22036e4725153b615f0158f820e..437e2d950d53aa3e2d3bf9f93d1e60bf1ef27470 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_MMC_SUNXI_SLOT_EXTRA=2
 # CONFIG_PSCI_RESET is not set
 CONFIG_NR_DRAM_BANKS=1
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL_TEXT_BASE=0x20060
 # CONFIG_CMD_FLASH is not set
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set